Skip to content

Conversation

@AlbanAndrieu
Copy link
Contributor

@AlbanAndrieu AlbanAndrieu commented Oct 3, 2018

Fix when using int instead of string

For instance
python_versions: [3.5, 3.6]
python_versions: ["3.5", "3.6"]

Tested with:

`
hosts: RedHat-7*:RedHat-6*:RedHat-5*:CentOS-7*:CentOS-6*:Ubuntu-12*:Ubuntu-13*:Ubuntu-14*:Ubuntu-16*:Ubuntu-18*

vars:
python_versions: [2.7, 3.5]
python_versions: [3, 3.6]
python_versions: [2]
python_versions: ["3.5"]
python_versions: ["3.6"]
`


This change is Reviewable

@AlbanAndrieu
Copy link
Contributor Author

Please note that I have ignore issue on distutils

After in another pull request, I would like to install molecule at least locally (if not for .travis).
I would to test it on Ubuntu AND CentOs in order to capture regressions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant